Represents method CreateSet<T>(T[]).
CreateSet<T>(T[])
public class function CreateSet<T>(const values: array of T): ISet<T>; overload; static;